home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id007.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  245 b   |  16 lines

  1. on exitFrame
  2.   if the timer < 590 then
  3.     if the loaded of member "First Elephant" = 0 then
  4.       preloadMember("First Elephant")
  5.     end if
  6.     go(the frame)
  7.   else
  8.     sound stop 2
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   go(105)
  15. end
  16.